home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / ncurses-5.3 / Ada95 / TODO < prev   
Encoding:
Text File  |  2002-10-27  |  839 b   |  28 lines

  1. -- $Id: TODO,v 1.4 1999/10/20 09:18:58 tom Exp $
  2.  
  3. --  Intensive testing
  4.     Perhaps the delivery of the Beta will help a bit.
  5.  
  6. --  Documentation
  7.     Like most WEB pages: under continuous construction
  8.  
  9. --  Style cleanup
  10.         
  11. --  Alternate functions for procedures with out params
  12.     Comfort purpose
  13.  
  14. --  Sample program
  15.     Under continuous construction (and it's not a WEB page!!!)
  16.  
  17. --  Make the binding objects a shared library
  18.     They are rather large, so it would make sense, otherwise Ada95
  19.     would look too large, although the generated code is as compact
  20.     as C or C++. I'll wait a bit until the GNAT people provide some
  21.     better support to construct shared libraries.
  22.  
  23. --  Think about more inlining
  24.  
  25. --  Check for memory leaks.
  26.     Oh I would like it so much if the GNAT guys would put an optional
  27.     GC into their system.
  28.